home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / winsock / maillist / 94-03.Z / 94-03 / text0102.txt < prev    next >
Encoding:
Text File  |  1994-03-30  |  14.4 KB  |  337 lines

  1. MS TCP/IP need not be a memory hog.
  2. -----------------------------------
  3.  
  4. I am sick and tired of everyone whinging (a good Aussie expression combining
  5. the worst of whining and cringing) about the MS-TCP/IP stack being a memory
  6. hog!
  7.  
  8. I have it and NETBEUI, running on WFWG 3.11, on my machine with over 600K of
  9. RAM left.  There are simply a few tricks that you have to to in order for that
  10. to work.
  11.  
  12. Allow me to list them in order:
  13.  
  14. 1.  Upgrade to DOS 6.2
  15. 2.  Install the MS TCP/IP stack
  16. 3.  Add (or modify) the following to your config.sys
  17.  
  18.         devicehigh=emm386.exe RAM m9 i=b000-b7ff i=e000-efff
  19.  
  20.     Make sure that you are also running HIMEM.SYS, and have DOS=high,umb in
  21.     your config.sys file.  Some machines may be able to do without the m9, 
  22.     while others may require a different m parameter.  Use HELP emm386.exe 
  23.     at your DOS prompt to find out what options you have.
  24.  
  25. 4.  Run MEMMAKER in custom mode.  Make sure your autoexec.bat does not, for
  26.     the purposes of optimisation, start any programs or menus such as
  27.     Windows.  That wastes a lot of time.  You can put them back later.
  28.  
  29.         - Select YES to specifying which drivers are to be included in the
  30.           optimisation.
  31.         - include the mono region (this uses the b000-b7ff above).  You must
  32.           also add, to your system.ini [enhanced] section the following:
  33.  
  34.               device=monoumb.386
  35.  
  36.         - If using WFWG 3.11 DON'T bother with optimising for Windows.  It is
  37.           for V3.1 (I'm not sure if WFWG 3.1 or plain vanilla 3.1).  It that
  38.           situation it may be worth trying.  I haven't.  You can try the Scan 
  39.           Aggressively option.  It does not always work.
  40.  
  41. 5.  Do NOT, when specifying which drivers are to be loaded high, include any
  42.     of the TCP/IP TSRs.  These take care of themselves, partially in the UMB
  43.     region, and partially in expanded memory - hence the need for include RAM
  44.     in the emm386 line.  All other TSR's can be loaded high, include
  45.     IFSHELP.SYS  Do include the net start line in your autoexec.bat as one to
  46.     optimised.
  47.  
  48. 6.  If you need a mouse in DOS, and don't want to load it in your DOS window,
  49.     consider investing the the Ver 9 drivers.  They also will load high.
  50.     I have found that the lower versions will not load high if expanded
  51.     memory is present.
  52.  
  53. I think you should find a vast improvement in memory space on most machines.
  54. I also have room for doskey and a few other TSRs to be loaded high.  I do not
  55. have a CDROM installed, nor anything else extra.  I will worry about those
  56. later, when I install NT.
  57.  
  58. The following is a copy of what I get when I type MEM /C at my DOS prompt.
  59.  
  60.  
  61. Modules using memory below 1 MB:
  62.  
  63.   Name           Total       =   Conventional   +   Upper Memory
  64.   --------  ----------------   ----------------   ----------------
  65.   MSDOS       17,101   (17K)     17,101   (17K)          0    (0K)
  66.   HIMEM        1,168    (1K)      1,168    (1K)          0    (0K)
  67.   EMM386       3,120    (3K)      3,120    (3K)          0    (0K)
  68.   COMMAND      3,696    (4K)      3,696    (4K)          0    (0K)
  69.   PROTMAN      2,560    (3K)      2,560    (3K)          0    (0K)
  70.   UMB            960    (1K)        272    (0K)        688    (1K)
  71.   TCPTSR      52,576   (51K)        272    (0K)     52,304   (51K)
  72.   TINYRFC      2,864    (3K)        272    (0K)      2,592    (3K)
  73.   NMTSR        6,144    (6K)      6,144    (6K)          0    (0K)
  74.   EMSBFR       1,456    (1K)        272    (0K)      1,184    (1K)
  75.   DNR          1,936    (2K)      1,936    (2K)          0    (0K)
  76.   SOCKETS     11,584   (11K)        272    (0K)     11,312   (11K)
  77.   MOUSE       24,608   (24K)        272    (0K)     24,336   (24K)
  78.   SETVER         624    (1K)          0    (0K)        624    (1K)
  79.   ANSI         4,240    (4K)          0    (0K)      4,240    (4K)
  80.   RAMDRIVE     1,232    (1K)          0    (0K)      1,232    (1K)
  81.   IFSHLP       3,904    (4K)          0    (0K)      3,904    (4K)
  82.   DOSKEY       4,144    (4K)          0    (0K)      4,144    (4K)
  83.   PROTMAN        400    (0K)          0    (0K)        400    (0K)
  84.   NI6510      22,096   (22K)          0    (0K)     22,096   (22K)
  85.   NDISHLP      1,440    (1K)          0    (0K)      1,440    (1K)
  86.   TCPDRV       1,328    (1K)          0    (0K)      1,328    (1K)
  87.   NEMM         2,384    (2K)          0    (0K)      2,384    (2K)
  88.   Free       641,984  (627K)    617,616  (603K)     24,368   (24K)
  89.  
  90. Memory Summary:
  91.  
  92.   Type of Memory       Total   =    Used    +    Free
  93.   ----------------  ----------   ----------   ----------
  94.   Conventional         655,360       37,744      617,616
  95.   Upper                158,576      134,208       24,368
  96.   Reserved             393,216      393,216            0
  97.   Extended (XMS)*    7,181,456    1,545,360    5,636,096
  98.   ----------------  ----------   ----------   ----------
  99.   Total memory       8,388,608    2,110,528    6,278,080
  100.  
  101.   Total under 1 MB     813,936      171,952      641,984
  102.  
  103.   Total Expanded (EMS)                 7,667,712 (7,488K)
  104.   Free Expanded (EMS)*                 5,767,168 (5,632K)
  105.  
  106.   * EMM386 is using XMS memory to simulate EMS memory as needed.
  107.     Free EMS memory may change as free XMS memory changes.
  108.  
  109.   Largest executable program size        617,296   (603K)
  110.   Largest free upper memory block         12,288    (12K)
  111.  
  112.  
  113. Best of luck to all you lads and lassies out there.  I spent a lot of sweat 
  114. on this.
  115.  
  116. Shah
  117.  
  118.     +------------------------------------------------------------+
  119.     |   Australia is not Down Under - the world is upside down!  |
  120.     +------------------------------------------------------------+
  121.     Shaharin Yussof                          Tel: (+61 2) 697-5311
  122.     Professional Officer                     Fax: (+61 2) 313-6190
  123.     Department of Safety Science
  124.     University of New South Wales
  125.     P.O. Box 1, KENSINGTON 2033
  126.     NSW Australia                     E-mail: s.yussof@unsw.edu.au
  127.     --------------------------------------------------------------
  128.  
  129.     +------------------------------------------------------------+
  130.     |   Australia is not Down Under - the world is upside down!  |
  131.     +------------------------------------------------------------+
  132.     Shaharin Yussof                          Tel: (+61 2) 697-5311
  133.     Professional Officer                     Fax: (+61 2) 313-6190
  134.     Department of Safety Science             
  135.     University of New South Wales            
  136.     P.O. Box 1, KENSINGTON 2033
  137.     NSW Australia                     E-mail: s.yussof@unsw.edu.au
  138.     --------------------------------------------------------------
  139. From news@bigblue.oit.unc.edu Tue Mar  8 07:52:47 1994
  140. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  141.           id AA09699; Tue, 8 Mar 1994 09:58:07 -0500
  142. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  143.           id AA18101; Tue, 8 Mar 1994 09:36:08 -0500
  144. Received: from GATEWAY by bigblue with netnews
  145.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  146. To: winsock@sunsite.unc.edu
  147. Date: 8 Mar 1994 07:52:47 GMT
  148. From: niklas@heat.kth.se (Niklas Agren)
  149. Message-Id: <2lhasf$7g7@news.kth.se>
  150. Organization: Royal Institute of Technology, Stockholm, SWEDEN
  151. Sender: ses
  152. References: <2lg4e0$2pa@news.kth.se>, <patlee.322.004BCF9E@panix.com>
  153. Subject: Re: Q: Trumpet Wsock, multiple DNS?
  154.  
  155. In article <patlee.322.004BCF9E@panix.com>, patlee@panix.com (Patrick Lee) says:
  156. >
  157.  
  158. >Just put another one in separated by space - though I have not had the 
  159. >first DNS fail to test it out yet. 8-(
  160. >
  161. >--
  162. >Patrick Lee <patlee@panix.com>
  163.  
  164. ...on the other hand, how would you know ;-)
  165. Thanks
  166. From news@bigblue.oit.unc.edu Tue Mar  8 12:33:01 1994
  167. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  168.           id AA14047; Tue, 8 Mar 1994 10:28:06 -0500
  169. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  170.           id AA13129; Tue, 8 Mar 1994 10:13:10 -0500
  171. Received: from GATEWAY by bigblue with netnews
  172.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  173. To: winsock@sunsite.unc.edu
  174. Date: Tue, 8 Mar 1994 12:33:01 GMT
  175. From: cedwards1@worldbank.org (Charles Edwards)
  176. Message-Id: <1994Mar8.123301.11083@worldbank.org>
  177. Organization: World Bank
  178. Sender: ses
  179. References: <2l2tj3$38p@paperboy.gsfc.nasa.gov>, <1994Mar4.133503.8748@worldbank.org>, <dbarrett.4.00108FF3@crash.cts.com>
  180. Subject: Re: Chameleon NEWTNews query
  181.  
  182. In article <dbarrett.4.00108FF3@crash.cts.com>, dbarrett@crash.cts.com (David BArrett) says:
  183. >
  184. >In article <1994Mar4.133503.8748@worldbank.org> cedwards1@worldbank.org (Charles Edwards) writes:
  185. >
  186. >>Better yet, ftp to titan.ksc.nasa.gov pub/win3/winvn and download
  187. >>WINVNSTD090_4.ZIP. This is the latest winsock version of winvn, version
  188. >>0.90.4. This version adds new features such as a signature file, custom
  189. >>fonts, and custom colors.
  190. >
  191. >I downloaded the file and tried it out, but it gave me a bunch of GPF's (just 
  192. >like Chameleon's newsreader).  I'll stick with Trumpet.
  193. >
  194. >-Dave
  195. >
  196. >
  197.  
  198. Hmmm. I've been using WinVN and Chameleon for about a year without any
  199. GPFs. For that matter, the NewtNews doesn't cause me GPFs either. It's just
  200. horribly slow. You might want to contact one of the authors, Sam Rushing,
  201. at rushing@titan.ksc.nasa.gov. When I reported a problem with displaying
  202. return e-mail addresses he had it fixed within a day.
  203.  
  204. ********************************************
  205. * More than half the human beings who have * 
  206. * ever lived are alive today.              *
  207. * So the experimental probibility of dying *
  208. * is less than 50%.                        *
  209. ********************************************
  210. From news@bigblue.oit.unc.edu Tue Mar  8 13:52:49 1994
  211. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  212.           id AA02496; Tue, 8 Mar 1994 12:28:08 -0500
  213. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  214.           id AA21581; Tue, 8 Mar 1994 12:09:02 -0500
  215. Received: from GATEWAY by bigblue with netnews
  216.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  217. To: winsock@sunsite.unc.edu
  218. Date: 08 Mar 1994 13:52:49 GMT
  219. From: harry@abu.mgh.harvard.edu (Harry Hochheiser)
  220. Message-Id: <HARRY.94Mar8085249@abu.mgh.harvard.edu>
  221. Organization: Biomedical Engineering, Massachusetts General Hospital
  222. Sender: ses
  223. Subject: Winsock for PC-NFS 5.0
  224.  
  225.  
  226. I'm looking for the latest and greatest Winsock.dll for PC-NFS 5.0.
  227. Any suggestions?  I've got a Winsock, dated 3/2/93, but I'm having
  228. trouble running Mosaic, and I suspect winsock.dll may be at fault.
  229. Anybody out there have any similar problems?
  230.  
  231.     Thanks,
  232.  
  233.         Harry
  234.  
  235. --------------
  236. Harry Hochheiser
  237. Department of Biomedical Engineering
  238. Massachusetts General Hospital
  239. (617)726-6881
  240. harry@dbe.mgh.harvard.edu
  241. --
  242. --------------
  243. Harry Hochheiser
  244. Department of Biomedical Engineering
  245. Massachusetts General Hospital
  246. (617)726-6881
  247. harry@dbe.mgh.harvard.edu
  248. From news@bigblue.oit.unc.edu Tue Mar  8 14:12:27 1994
  249. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  250.           id AA02504; Tue, 8 Mar 1994 12:28:09 -0500
  251. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  252.           id AA29719; Tue, 8 Mar 1994 12:04:43 -0500
  253. Received: from GATEWAY by bigblue with netnews
  254.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  255. To: winsock@sunsite.unc.edu
  256. Date: 08 Mar 1994 14:12:27 GMT
  257. From: holbrook@nic.cic.net (Paul Holbrook)
  258. Message-Id: <HOLBROOK.94Mar8091227@nic.cic.net>
  259. Organization: CICNet Inc.
  260. Sender: ses
  261. References: <xris.63.002B5634@ccwf.cc.utexas.edu>, <2lfd91$8d1@paperboy.gsfc.nasa.gov>
  262. Subject: Re: Chameleon
  263.  
  264.    >Chameleon is NOT freeware nor shareware nor anything else like that.
  265.    >It's VERY commercial. 
  266.    Not true.. They had a very working demo on their site that was good until Aug. 
  267.    30th '94, but took it down since it was overloading their site.. So to 
  268.    re-phrase could someone put this DEMO up of Cica??
  269.    Chris
  270.  
  271. I talked to a Netmanage sales rep yesterday. In the course of the
  272. conversation, I asked about the demo they had up on their ftp server.
  273.  
  274. Their response was that the copy on their server was not intended to be
  275. distributed in that way.  They took it down, and they don't intend to
  276. put in back up.  Given that, it would probably be inappropriate to put
  277. it up on cica, because it is indeed commericial software.  (You might
  278. check the copyright notice on the version that was distributed for a
  279. time.)  This is my version of what she said; for a more definative
  280. version, talk to Netmanage.
  281.  
  282. Another way to get a version of the Chameleon software is to buy the
  283. new book "The Windows Internet Tour Guide" by Michael Fraase,
  284. published by Ventana Press.  It costs around $25, and contains a
  285. legal, usable copy of Chameleon.  (I don't have the book yet, so I
  286. don't know exactly what it does and doesn't include.)
  287.  
  288. --
  289. J. Paul Holbrook
  290. CICNet Network Services Manager
  291. holbrook@cic.net    (313) 998-7680
  292. From news@bigblue.oit.unc.edu Tue Mar  8 12:28:12 1994
  293. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  294.           id AA02521; Tue, 8 Mar 1994 12:28:12 -0500
  295. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  296.           id AA27002; Tue, 8 Mar 1994 12:12:40 -0500
  297. Received: from GATEWAY by bigblue with netnews
  298.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  299. To: winsock@sunsite.unc.edu
  300. Date: Tue, 8 Mar 1994 21:42:45 UNDEFINED
  301. From: mdenny@hk.super.net (Michael Denny)
  302. Message-Id: <mdenny.10.0021CF68@hk.super.net>
  303. Organization: City Polytechnic of Hong Kong
  304. Sender: ses
  305. References: <2ksvn1$d7b@goofy.unisa.ac.za>, <silvest.4.01810EED@umslvma.umsl.edu>
  306. Subject: Re: Text viewer for HGopher - I recommend PFE
  307.  
  308. In article <silvest.4.01810EED@umslvma.umsl.edu> silvest@umslvma.umsl.edu (Melissa Silvestre) writes:
  309. >Subject: Re: Text viewer for HGopher - I recommend PFE
  310. >From: silvest@umslvma.umsl.edu (Melissa Silvestre)
  311. >Date: Fri, 4 Mar 1994 15:31:39 CENTRAL
  312.  
  313. >I recommed PFE, Programmer's File Editor. It's freeware, and can be found on 
  314. >simtel mirror sites as pfe0506.zip (or whatever the latest version number is) 
  315. >or on ftp.cica.indiana.edu.
  316. >PFE can handle really large files, it can open multiple documents, and has lots
  317. >of other neat functions.
  318.  
  319. >- Melissa Silvestre   silvest@admiral.umsl.edu
  320.  
  321. I second this.  In fact, I use PFE as a general replacement for notepad.  One 
  322. of its nicest features (for me) is that it automatically recognizes UNIX-style
  323. documents which often are sent with the .txt extension, but are not handled
  324. at all well by notepad.
  325.  
  326. Mike Denny mdenny.hk.super.net
  327.  
  328. >In article <2ksvn1$d7b@goofy.unisa.ac.za> 
  329. >koningj@risc1.unisa.ac.za (Gert Koning) writes:>Subject: Text viewer for 
  330. >HGopher>From: koningj@risc1.unisa.ac.za (Gert Koning)
  331. >>Date: 28 Feb 1994 14:39:29 GMT
  332.  
  333. >>Can somebody point me to a good text viewer to be used with HGopher, since
  334. >>Notepad can not display large files?
  335.  
  336.  
  337.